#nav {
	list-style-type: none;
	font-size: 14px;
	color: #fff;
	font-family: "微软雅黑";	line-height: 42px; 
}

#nav a {
	display: block;
	text-align:center;
	color: #fff; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif
}

#nav a:link  {
 color:#fff; text-decoration:none;
 
}
#nav a:visited  {
	color:#fff;
	text-decoration:none;

	
}
#nav a:hover  {
	color:#fff;
	text-decoration:none;
	background:#f27700;
	background-position: center top;
}

.nav_li1 { 
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;	width: 133px;
	font-family: "微软雅黑";	line-height: 42px; font-weight:700
}.nav_li2 {

	background-repeat: no-repeat;
	background-position: right center;
	float: left;	width: 47px;
	font-family: "微软雅黑";	line-height: 42px;
}
#nav li a:hover{ background:url(../images/hover.jpg);

	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	color: #fff0;
}



#nav li ul {
	list-style-type: none;
	left: -999em;	width: 121px;
	position: absolute; 
	float: left;
}
#nav li ul li{
	float: left;	width: 130px;
	background-color: #1ba2f3;
	filter:alpha(opacity:80); 
	opacity:0.8;  
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	color: #FFFFFF;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 26px;
	font-family: "宋体";
	height: 26px;
	text-align: center; font-weight:100
}


#nav li ul a{
	display: block;
	width: 121px;
	color: #FFFFFF;
}

#nav li ul a:link  {
 color:#FFFFFF; text-decoration:none;
}
#nav li ul a:visited  {
 color:#FFFFFF;text-decoration:none;
}
#nav li ul a:hover  {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal; font-weight:700;

	background-repeat: repeat-x; background:none
}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
